home *** CD-ROM | disk | FTP | other *** search
/ Belgian Amiga Club - ADF Collection / BS1 part 26.zip / BS1 part 26 / Maxiplan+ v1.9 release.adf / MaxiPlan / PLANHELP / macros.help < prev    next >
Text File  |  1988-03-26  |  4KB  |  81 lines

  1. -------------------------------------------------------------------------
  2. MACROS MENU HELP                                  CHAPTERS 20-25
  3. -------------------------------------------------------------------------
  4.  
  5. Macros are mini-programs using a built-in language consisting of over
  6. 95 pre-defined functions.  To create a Macro, you first open a
  7. Macrosheet with the Open Macrosheet command on the Project Menu.
  8. Then in the Macrosheet you use the Macro Menu shown below.
  9.  
  10.     Step Mode
  11.     Follow Mode
  12.     Set Recorder
  13.     Run
  14.   
  15. ------------------------------------------------------------------------
  16. STEP MODE                                         Page 24-27
  17. ------------------------------------------------------------------------
  18. This Menu Item is used to debug a Macro by executing one Macro
  19. Instruction at a time.
  20. ------------------------------------------------------------------------  
  21. FOLLOW MODE                                       Page 24-28
  22. ------------------------------------------------------------------------
  23. This Menu Item is used to debug a Macro by displaying the actual
  24. movements created by the Macro on the screen.
  25. ------------------------------------------------------------------------ 
  26. SET RECORDER                                      Page 24-2
  27. ------------------------------------------------------------------------
  28. This Menu Item is used to add a Macro Name to a list of Macros or
  29. activate it for editing.  It is analgous to "saving" a Worksheet.
  30. ------------------------------------------------------------------------
  31. RUN                                               Page 24-2 
  32. ------------------------------------------------------------------------
  33. This Menu Item is used to execute a Macro.  It brings up the Requester
  34. listing the Macro Names.  Select the Name of the Macro to execute.
  35. ------------------------------------------------------------------------
  36.  
  37. The Macro Menu on the Worksheet is used to either execute a Macro or
  38. to to teach MaxiPlan a set of Macro instructions with the automatic
  39. Record Mode. The Menu Items are:
  40. ------------------------------------------------------------------------
  41. RUN                                               Page 24-2
  42. ------------------------------------------------------------------------
  43. The RUN Menu Item operates as described above.  It is used to execute
  44. a Macro.
  45. ------------------------------------------------------------------------
  46. START RECORD                                      Page 24-17
  47. ------------------------------------------------------------------------
  48. This Menu Item is accessed to begin the recording process.  All
  49. actions undertaken on the Worksheet are Recorded in a series of Macro
  50. instructions until the Stop Record Menu Item is activated.
  51. ------------------------------------------------------------------------
  52. STOP RECORD                                       Page 24-17
  53. ------------------------------------------------------------------------
  54. This Menu Item is accessed to end the recording process.
  55. ------------------------------------------------------------------------
  56. RECORD MODE                                       Page 24-17
  57. ------------------------------------------------------------------------
  58. This Menu Item has two Submenu Items:  Absolute and Relative.  They
  59. determine the type of Cell References used when Recording a Macro.
  60. This is important for determining which Cells are accessed by the
  61. Macro when it is played back.  Relative Cell references mean Cells
  62. a certain number of Columns and Rows from the site on the Worksheet
  63. from where the Macro is activated will be accessed.  Absolute means
  64. the exact same Cells as were accessed during the Record process are
  65. accessed wherever the Macro is executed on the Worksheet.
  66.  
  67. -------------------------------------------------------------------------
  68. Disable AUTOMATIC Macros                          Page 24-21
  69. -------------------------------------------------------------------------
  70.  
  71. If you create a macrosheet in which the macro that begins in cell A1
  72. contains the label AUTOMATIC (in upper case with no blanks) then when
  73. this macrosheet is loaded the macro RUN command is automatically started
  74. at cell A2 and runs until the macro completes.
  75.  
  76. To edit a worksheet containing such a macro you must select Disable
  77. AUTOMATIC Macros from the Control menu of the Control window.  When this
  78. is selected all macrosheets containing AUTOMATIC macros are loaded but
  79. not executed automatically.
  80.  
  81.